NevronOpenVision
Nevron.Nov.Graphics Namespace / NMatrix Structure / TransformPoints Method / TransformPoints(Double[],Double[],Int32) Method
TransformPoints(Double[],Double[],Int32) Method
Transforms the specified point coordinates. The arrays lengths must match and the count must be less than or equal to the arrays length.
Syntax
public void TransformPoints( 
   System.double[] arrX,
   System.double[] arrY,
   System.int count
)

Parameters

arrX
arrY
count
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also